home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / COMMADIO / FID.LZH / FID.DOC next >
Text File  |  1988-01-27  |  2KB  |  83 lines

  1.  
  2. FID    file list generator.
  3.  
  4.     FID matches the files in your current directory (or optionally, any
  5. directory you specify) with the descriptions found in a typical BBS
  6. file list.  FID then outputs a line of text for each entry in the
  7. source directory.  Each output line contains four(4) space-delimited fields
  8. and assumes the following format;
  9.  
  10.     <filename>   <file size>  <date>  <description>
  11.  
  12.      BMGREP2.ARC     29696    12-28-87  Boyer-Moore Search Text Files wit
  13.      FBACK.ARC     36864    12-28-87  Best hd backup yet!
  14.      HEADHUNT.ARC     36864    12-28-87  Get the proper includes in Turbo C
  15.  
  16. The first three fields were generated from the file data in your directory.
  17. Field 4, the file description, was taken from field 4 of the input text
  18. file.
  19.  
  20.  
  21. ======== Here's how to use FID.... =======
  22.  
  23.     C> fid bob.log
  24.  
  25.         here fid will generate a file list from files contained
  26.         the current directory, and combine them with descriptions
  27.         which are contained in the file bob.log.  BOB.LOG must
  28.         look like a BBS file list.
  29.  
  30.     C> fid -d \pcb\up dir15 bob.log
  31.  
  32.         here FID will generate a file list from files contained
  33.         in the directory \pcb\up and will use descriptions
  34.         found in the files "dir15" and "bob.log".
  35.  
  36.  
  37.     If you don't specify any file name, fid will act as a filter,
  38. so that you may combine its use with the output of other programs.
  39. For example;
  40.  
  41.     fid -d \pcb\dl10 < biglist  > dl10.new
  42.  
  43.     will generate a file list of the directory \pcb\dl10 using the
  44.     descriptions found in biglist, and output the result to the
  45.     file "dl10.new".
  46.  
  47.  
  48.     If input is taken from multiple files, the first description
  49. encountered for a particular file-name will be used.  If the -n
  50. option is used, later descriptions will replace earlier ones.
  51.  
  52.  
  53. ======== Options ========
  54.  
  55. Fid supports the following options;
  56.  
  57.     -d <pathname>    specify source directory
  58.     -c <field #>    specify field # for description
  59.             default is field # 4
  60.  
  61.     -n        descriptions which appear later in lists
  62.             will replace earlier descriptions
  63.  
  64. Any comments, suggestions or criticisms;
  65.  
  66.             Bob Halsall
  67.             c/o Eastern 'C' Board
  68.             Suffern, NY
  69.             (914)-368-0658
  70.  
  71. If you use this program often, pleas consider sending a few dollars to :
  72.  
  73.             The American Cancer Society
  74.             90 Park Avenue
  75.             New York, New York 10016
  76.  
  77. The hardest part'll be addressing the envelope and finding a stamp!
  78.  
  79.         Help kick cancer's a**!!!
  80.  
  81.  
  82.  
  83.